home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRONOM / H139.ZIP / SMALLFON.ZIP / READ.ME next >
Internet Message Format  |  1991-11-04  |  1KB

  1. From dukeac!ecsvax.uncecs.edu!mcnc!rutgers!cs.utexas.edu!yale!cs.yale.edu!yarvin-norman Sun Mar 18 15:37:27 EST 1990
  2. Article 2953 of comp.sys.att:
  3. Path: numen!dukeac!ecsvax.uncecs.edu!mcnc!rutgers!cs.utexas.edu!yale!cs.yale.edu!yarvin-norman
  4. >From: yarvin-norman@CS.Yale.EDU (norman yarvin)
  5. Newsgroups: comp.sys.att
  6. Subject: The 36x102 font (Unix PC)
  7. Message-ID: <18779@cs.yale.edu>
  8. Date: 12 Mar 90 02:56:08 GMT
  9. Sender: news@cs.yale.edu
  10. Organization: Yale University Computer Science Dept, New Haven CT  06520-2158
  11. Lines: 1658
  12.  
  13. This is the 36x102 (8 bits high by 7 bits wide) font that was posted a while
  14. ago.  I have made several changes to it.  I much prefer this font to either
  15. the 28x120 or the 36x144 fonts, which people have advocated using.  However,
  16. some people have indicated that this font is too small for them.
  17.  
  18. For those unaquainted with fonts on the Unix PC, the relevant commands are
  19. cfont(1) and setf(1)/sfont(1).  One can make a font the default system font
  20. by putting the line
  21.  
  22.     sfont -s <fontfile> 0
  23.  
  24. in /etc/.fontload.
  25.  
  26. The command "setf fontfile 0" replaces the default font, in the current
  27. window.  However, if a smaller font is loaded, under certain conditions the
  28. cursor size will not be updated.  The following sequence of commands has been
  29. found to work.  It was hit upon by accident, and I have no idea why it works.
  30.  
  31. setf 7; setf <fontfile> 7; setf 0; setf <fontfile> 0
  32.  
  33.  
  34.